home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Spring / ARPL-Spring-93-Partner-Edition.iso / Applications / Spreadsheets / Lotus 1-2-3 Demo / 1-2-3•Balloons / 1-2-3•Balloons.rsrc / STR#_10103.txt < prev    next >
Encoding:
Text File  |  1992-10-16  |  1.1 KB  |  17 lines

  1. Calculates the arc (or inverse) cosine of a value. The arc cosine is an angle between 0 and 180 degrees whose cosine is x. @ACOS returns a value between 0 and œÄ radians.
  2.  
  3. Calculates the arc (or inverse) sine of a value. The arc sine is an angle between -90 and 90 degrees whose sine is x. @ASIN returns a value between œÄ/2 and -œÄ/2.
  4.  
  5. Calculates the arc (or inverse) tangent of a value. The arc tangent is an angle between -90 and 90 degrees whose tangent is x. @ATAN returns a value between œÄ/2 and -œÄ/2.
  6.  
  7. Calculates the four-quadrant arc tangent of y/x. The four-quadrant arc tangent is the angle, measured in radians, whose tangent is y/x.
  8.  
  9. Calculates the cosine of angle x measured in radians. The formula 1/@COS(x) finds the secant, or reciprocal of @COS.
  10.  
  11. Returns the value œÄ, the ratio of the circumference of a circle to its diameter.
  12.  
  13. Calculates the sine of angle x measured in radians. The formula 1/@SIN(x) finds the cosecant, or reciprocal of @SIN.
  14.  
  15. Calculates the tangent of angle x measured in radians. The formula 1/@TAN(x) finds the cotangent, or reciprocal of @TAN.
  16.  
  17.